build: update dependency bazel_lib to v3.3.1#3641
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates the bazel_lib dependency from version 3.2.2 to 3.3.1 across the root module and several sub-modules, including rules_angular and rules_sass. While the lock files have been updated to reflect these changes, an inconsistency was identified where the MODULE.bazel files for rules_browsers and its test suite were not updated despite their corresponding lock files being modified in this PR.
| "https://bcr.bazel.build/modules/bazel_lib/3.3.1/MODULE.bazel": "732a0d516cf6400d9b3136e4356258aef1bf91de8d5240f87f0112f098920c1d", | ||
| "https://bcr.bazel.build/modules/bazel_lib/3.3.1/source.json": "8e5175d7b4125a39b8941d01e38039934d058e03804f46a2b8fd7ae6316b1ce2", |
There was a problem hiding this comment.
The lock file for rules_browsers has been updated to include bazel_lib v3.3.1, but the corresponding bazel/rules/rules_browsers/MODULE.bazel file is not included in this pull request. If rules_browsers has a direct dependency on bazel_lib, please ensure its MODULE.bazel file is also updated to maintain version consistency across the repository. The same applies to bazel/rules/rules_browsers/test/MODULE.bazel.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
3.2.2→3.3.1